* character.h (MAYBE_UNIFY_CHAR): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2012 20:00:29 +0000 (13:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2012 20:00:29 +0000 (13:00 -0700)
commit5dfc08d3d3c3ba46189a3d96215081b2c95a88b4
tree68a945ab25859230162bf4fd77b0395f4d5e737f
parent7d2a898a52c52f02e8ce28d3a190969c55a8479a
* character.h (MAYBE_UNIFY_CHAR): Remove.

* charset.c, charset.h (maybe_unify_char): Now static.
* charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
Since this stuff is now private to charset.c, there's no need for
a public macro and no need to inline by hand.
src/ChangeLog
src/character.h
src/charset.c
src/charset.h